projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22dabbb
)
(HAVE_X11): Merge $LD_SWITCH_X_SITE into LDFLAGS instead of into LIBS.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 17 Jan 1996 22:03:09 +0000
(22:03 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 17 Jan 1996 22:03:09 +0000
(22:03 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 88ecf7f8fb683f39a44ca58f186e8692ff3361bf..b0d3ad9bb017cfbcd2fef74798bf2983c7090d5f 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1248,7
+1248,8
@@
AC_MSG_RESULT($HAVE_XFREE386)
if test "${HAVE_X11}" = "yes"; then
DEFS="$C_SWITCH_X_SITE $DEFS"
- LIBS="$LD_SWITCH_X_SITE $LIBX $LIBS"
+ LDFLAGS="$LDFLAGS $LD_SWITCH_X_SITE"
+ LIBS="$LIBX $LIBS"
CFLAGS="$C_SWITCH_X_SITE $CFLAGS"
if test "${opsys}" = "linux"; then